vendor/golang.org/x/net/http2/hpack.dynamicTable.table (field)
10 uses
vendor/golang.org/x/net/http2/hpack (current package)
encode.go#L42: e.dynTab.table.init()
encode.go#L97: j, nameValueMatch := e.dynTab.table.search(f)
hpack.go#L108: d.dynTab.table.init()
hpack.go#L162: table headerFieldTable
hpack.go#L174: dt.table.addEntry(f)
hpack.go#L182: for dt.size > dt.maxSize && n < dt.table.len() {
hpack.go#L183: dt.size -= dt.table.ents[n].Size()
hpack.go#L186: dt.table.evictOldest(n)
hpack.go#L193: return d.dynTab.table.len() + staticTable.len()
hpack.go#L210: dt := d.dynTab.table
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |